home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\NOTIFY.H < prev    next >
C/C++ Source or Header  |  1994-12-28  |  453b  |  23 lines

  1. /*
  2.  * notify.h: header for notify.c
  3.  *
  4.  * Written By Michael Sandrof
  5.  *
  6.  * Copyright(c) 1990 
  7.  *
  8.  * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
  9.  *
  10.  * @(#)$Id: notify.h,v 1.6 1994/07/02 02:38:10 mrg Stab $
  11.  */
  12.  
  13. #ifndef _NOTIFY_H_
  14. #define _NOTIFY_H_
  15.  
  16. extern    void    notify();
  17. extern    void    do_notify();
  18. extern    void    notify_mark __P((char *, int, int));
  19. extern    void    save_notify();
  20. extern    void    set_notify_handler __P((char *));
  21.  
  22. #endif /* _NOTIFY_H_ */
  23.